home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / KIT86.M4 < prev    next >
Text File  |  1996-04-01  |  4KB  |  159 lines

  1. name Kitamura MC-86 4 Axis
  2.  
  3. % 00
  4. / 00
  5. O >4
  6. N >4
  7. G >2
  8. g >2 G
  9. H >2
  10. D >2
  11. X ->3.>4
  12. Y ->3.>4
  13. Z ->3.>4
  14. B ->3.>3 Limit -180 180
  15. I ->3.>4
  16. J ->3.>4
  17. K ->3.>4
  18. Q ->3.>4
  19. R ->3.>4
  20. P ->3.>4
  21. F >3.>2
  22. T >2
  23. S >4
  24. M >2
  25.  
  26. ModalLetters X Y Z F B                # List of letters that are modal    
  27.  
  28. ModalGs 0 1 2 3 17 28 73 74 76 80 81 82 83 84 85 86 90 91  # List of g codes that are modal    
  29.  
  30. Sequence#s N 0 10 10                  # Char, freq, incr & start          
  31. First#? N                             # Y or N  'Output 1st sequence no.  
  32. Last#? N                              # Y or N  'Output last sequence no. 
  33.  
  34. HCode X                               # X or X U  'Horizontal char.       
  35. VCode Y                               # Y or Y V  'Vertical char.         
  36. Dcode Z                               # Depth char.                       
  37. FeedCode F                            # Feed rate char.                   
  38.  
  39. Comment ( )                           # Begin End comment char.           
  40.  
  41. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  42. Coolant 8 9 7                         # On, Off & Mist m codes            
  43. DComp 41 42 40                        # Left, Right & Cancel m codes      
  44. LComp 43 49                           # On & Off codes                    
  45.  
  46. Feed G1                             # Linear move                       
  47. Rapid G0                            # Rapid positioning word            
  48. Cw G2                               # Circular move clockwise           
  49. Ccw G3                              # Circular move counter clockwise   
  50.  
  51. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  52.  
  53. CtrCode I J                           # I J or R or I J K L               
  54. Helical? Y
  55.  
  56. Spaces? Y                             # Y or N  'Spaces between words     
  57.  
  58. Incremental? N                        # Y or N  'Inc or abs output        
  59. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  60. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  61.  
  62. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  63.  
  64. Drill                                 # Drilling canned/manual cycle      
  65. G81 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  66. end cancel
  67.  
  68. Peck                                  # Pecking canned/manual cycle       
  69. G83 X[H] Y[V] Z[D] Q[VBite] R[Vclear] F[FRate]
  70. end cancel
  71.  
  72. Tap                                   # Tapping canned/manual cycle       
  73. G84 X[H] Y[V] Z[D] R[Vclear] F[Frate]
  74. end cancel
  75.  
  76. LTap                                  # Left handed tapping cycle         
  77. G74 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  78. end cancel
  79.  
  80. Ream                                  # Reaming canned/manual cycle       
  81. G85 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  82. end cancel
  83.  
  84. Bore                                  # Boring canned/manual cycle        
  85. G86 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  86. end cancel
  87.  
  88. Back                                  # Back boring canned/manual cycle   
  89. G87 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  90. end cancel
  91.  
  92. Cancel                                # Cancel a canned/manual cycle      
  93. G80
  94. end
  95.  
  96. Index Y                               # Index the rotary table            
  97.   G0 G28 g91 Z0
  98.   G0 G90 G[Work] X[H] Y[V] B[RotAngle]
  99.   G43 H[Lcomp] Z[D]
  100. M11
  101. B[ROTANGLE]
  102. M10
  103. End
  104.  
  105. StartCode                             # Start of the program              
  106. %0
  107. O[Program#]
  108. End
  109.  
  110. 1stToolChange                         # First tool change                 
  111. G0 G17 G40 G80
  112. G28 g91 Z0 M9
  113. G28 Y0
  114. M1
  115. /0 N[Block] T[Tool] M6
  116. G0 G[WORK] G90
  117. M11
  118. B[ROTANGLE]
  119. M10
  120. G0 G[Work] G90 X[H] Y[V] S[SPEED] M[DIRECT]
  121. G43 Z[D] H[Lcomp]
  122. M[Cool] T[NextTool]
  123. End
  124.  
  125. Infeed                                # Enable cutter comp                
  126. G[Side] D[DComp] X[H] Y[V] F[FRate]
  127. end
  128.  
  129. Outfeed                               # Disable cutter comp               
  130. G1 G40 X[H] Y[V]
  131. Z[D]
  132. end
  133.  
  134. ToolChange                            # Secondary tool changes            
  135. M9
  136. G0 G28 g91 Z0
  137. N[Block] M6
  138. G0 G[WORK] G90
  139. M11
  140. B[ROTANGLE]
  141. M10
  142. S[Speed] M[Direct]
  143. T[NextTool]
  144. G0 G90 G[Work] X[H] Y[V]
  145. G43 H[Lcomp] Z[D]
  146. M[Cool]
  147. End
  148.  
  149. EndCode                               # End of the program                
  150. M9
  151. G0 G28 g91 Z0
  152. G28 Y0 B0 M6
  153. G90
  154. M30
  155. %0
  156. End
  157.  
  158.  
  159.